In the following presentation we will do a simple analysis of the ThreeCars data set from the Stat2Data package.
| CarType | Price | Age | Mileage | Car | Porsche | Jaguar | BMW |
|---|---|---|---|---|---|---|---|
| Porsche | 69.4 | 3 | 21.5 | 0 | 1 | 0 | 0 |
| Porsche | 56.9 | 3 | 43.0 | 0 | 1 | 0 | 0 |
| Porsche | 49.9 | 2 | 19.9 | 0 | 1 | 0 | 0 |
| Porsche | 47.4 | 4 | 36.0 | 0 | 1 | 0 | 0 |
| Porsche | 42.9 | 4 | 44.0 | 0 | 1 | 0 | 0 |
| Porsche | 36.9 | 6 | 49.8 | 0 | 1 | 0 | 0 |
## Warning: `arrange_()` is deprecated as of dplyr 0.7.0.
## Please use `arrange()` instead.
## See vignette('programming') for more help
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.